Welcome![Sign In][Sign Up]
Location:
Search - audio capture

Search list

[JSP/JavaRecord

Description: Java录音程序,Record类完成语音信号采集的任务。它使用javax.sound.sampled包中提供的用于捕获、处理和回放取样音频数据的各种接口和类实现对说话人语音信号的采集。-Java recording procedures, Record type complete voice signal acquisition task. It uses javax.sound.sampled package provided for the capture, processing and playback of sampled audio data of various types of interface and implementation of people speak voice signal collection.
Platform: | Size: 1024 | Author: | Hits:

[Embeded Linuxv4l2spec-0.24.tar

Description: V4L2的源代码,用于支持v4l2接口的音视频设备的正常工作。-V4L2 source code, used to support the v4l2 interface of the audio and video equipment working properly.
Platform: | Size: 248832 | Author: 郭巧云 | Hits:

[Multimedia DevelopTcpChatClient

Description: 基于TCP socket的video/audio chat客户端程序,覆盖了socket, directx camera capture, audio play back-TCP socket on the video/audio chat client, covering the socket, directx camera capture, audio play back
Platform: | Size: 38912 | Author: jeff | Hits:

[Multimedia Developmediagather

Description: 实现音频的捕捉采集,然后播放功能。但是不能回放和压缩。-Capture audio capture, playback and then. But can not playback and compression.
Platform: | Size: 73728 | Author: 汤殷琦 | Hits:

[Audio programWASAPICoreAudio_Src

Description: WASAPI是Vista新的音讯捕捉与播放架构,可以避免音讯经Re-Sampling而失真,源码提供完整用法-WASAPI is the new Vista audio capture and playback architecture, audio can be avoided by the Re-Sampling and distortion, to provide a complete source usage
Platform: | Size: 44032 | Author: william | Hits:

[VOIP programshipin

Description: 使用本系统,您可以利用普通的PC机、标准的视频采集设备、耳机和麦克风就能进行基于Internet的虚拟会议。与传统的基于硬件的解决方案相比,本视频会议系统是纯软件的解决方案。您无需投入高昂的成本,就能够实现高质量、高可靠性的音视频通讯、文字交流、文档共享、电子白板等多种会议功能,有效地节约时间和经费,提高企业的工作效率-The use of the system, you can use an ordinary PC, the standard video capture devices, headphones and microphone will be able to Internet-based virtual meetings. With traditional hardware-based solutions, the video conferencing system is a pure software solution. You do not have the high input costs, will be able to achieve high-quality, high reliability, audio and video communication, text communication, document sharing, whiteboard conferencing, etc., effectively saving time and funding to improve the efficiency of enterprises
Platform: | Size: 5538816 | Author: 高广 | Hits:

[Linux-Unixusbvision-0.9.8.3.tar

Description: usb 视频捕获 linux 源码程序 can be used in linux 2.4 and linux 2.6 it can capture High-quality video and audio file direct by USB -usb vedio capture linux source code, can be used in linux 2.4 and linux 2.6 it can capture High-quality video and audio file direct by USB
Platform: | Size: 86016 | Author: gaojinshan | Hits:

[Video CaptureCSharpCapture

Description: 视频捕获是指由专用的视频采集卡捕获声频和视频信息,然后将其进行数据化处理,再经过软件的压缩进行处理,这时就可对这些数据进行保存、回放、传输等各种操作。 -Video capture, is defined as a dedicated video capture card to capture audio and video information, and then processing the data, another to deal with the compression software, then you can save on these data, playback, transmission and other operations.
Platform: | Size: 31744 | Author: sunweiguo | Hits:

[P2Pp2pv11src

Description: 音频捕获与压缩,采用精典的G729a,GMS压缩,对于音频初学者是份极好的材料,稍加更改将直接可以应用于商业软件-Audio capture and compression, the use of the classical G729a, GMS compression of the audio is excellent for beginners of materials, little will change commercial software can be applied directly
Platform: | Size: 157696 | Author: 咹靜ゞ`兲倥 | Hits:

[Multimedia DevelopDirectXCapture2

Description: 一个捕捉视频和音频到AVI文件的.NET类库。 功能特性包括:1.列举硬件。2.音视频设置接口(例如帧率,画面大小)。3.支持音视频解压。4.视频预览。5.支持电视调谐器。6. 支持交叉和音频混合器。7.检索设备的能力。8.查看驱动属性页。9.包含一个msdn风格文档。-A .NET class library for capturing video and audio to AVI files. This article presents a class library for capturing audio and video to AVI files in .NET. Some of the features of this library: List and select hardware devices Access to common audio and video settings (e.g. frame rate, size) Support audio and video compression codecs Support video preview Support TV tuners Support crossbars and audio mixers Retrieve device capabilities Show property pages exposed by drivers MSDN-style documentation included
Platform: | Size: 194560 | Author: Jim Wong | Hits:

[VOIP programVideoNet

Description: 点对点视频会议系统 音频的录制与播放 视频捕获与播放-Point-to-point video conferencing system to record and playback audio video capture and playback
Platform: | Size: 3307520 | Author: 古月 | Hits:

[Windows DevelopAudiocommunication

Description: 音频通信,传输通过套接字(Socket)实现,音频采集和回放通过WaveOut实现-Audio communication, transmission through the socket (socket) to achieve, audio capture and playback achieved through waveout
Platform: | Size: 197632 | Author: chen amon | Hits:

[TCP/IP stackPhone

Description: 网络多媒体通信 1、编制一个网络多媒通信软件,实现: 在发送端采集话筒声音,通过网络实时传输到接收端,并在接收端播放出来。 2、通过使用TCP、UDP、变更分组大小来对比收发端声音同步情况及播放质量。 本实验技术不同于课上所讲的回调函数,利用了MFC的消息处理机制,用消息处理函数替代了回调函数,但整个流程是一样的。本程序采用C/S模式,其中Server端为项目PhoneToFile,Client端为项目Client,Server端的功能为采集声音数据并发送给客户端,Client端将收到的声音数据播放。在测试中只需在Server端打开Server程序并播放音乐或用话筒录音,在Cliet端打开Client程序,用耳机就可以听到音乐或录音。-Internet Multimedia Communications 1, the preparation of a network of multi-media communications software to achieve: In the transmitter microphone capture sound, real-time transmission through the network to the receiving side, and playing out at the receiving end. 2, using TCP, UDP, change the packet size to compare the situation and simultaneously send and receive-side audio playback quality. The experimental technique is different from the class talked about the callback function, use of MFC s message handling mechanism is replaced by the message handler callback function, but the whole process is the same. This program uses C/S mode, in which Server-side for the project PhoneToFile, Client-side for the project Client, Server-side functionality for the capture audio data and sent to the client, Client-side will receive the voice data playback. In the test, simply open the Server in the Server-side program and play music or microphone recording, open the Client program
Platform: | Size: 66560 | Author: zym | Hits:

[SCMPeer-to-peerConferenceSystem

Description: video capture program in c#. it is peer to peer. and it can transmit the video in real time but no audio.
Platform: | Size: 33792 | Author: ashishd | Hits:

[Multimedia programAVPhone

Description: AVPhone sample. This simple vb code show you how to Implement real time video and audio capture, compress, transmmition and render by banasoft s light activex control AVPhone.ocx
Platform: | Size: 12288 | Author: reta | Hits:

[Audio programNetAudioVideo.v3.0

Description: 音视频采集NetAudioVideo.v3.0-Audio and video capture NetAudioVideo.v3.0
Platform: | Size: 1660928 | Author: 温小斌 | Hits:

[Multimedia DevelopConsoleAudioCapture

Description: DirectShow音频采集教程源码一,此源码是枚举音频采集设备的示例.可以跟踪进入枚举函数看是如何工作的.-DirectShow audio capture tutorial source 1, this source is an example of enumeration audio acquisition equipment. Can track into the enumeration function to see how the work.
Platform: | Size: 13312 | Author: 王星元 | Hits:

[Multimedia DevelopConsoleAudioCaptureSavePreview

Description: DirectShow音频采集教程示例三,此源码在上一个示例的保存音频数据的基础上可以预览音频.-DirectShow audio capture tutorial example 3, this source code stored in the previous example on the basis of audio data can preview the audio.
Platform: | Size: 10240 | Author: 王星元 | Hits:

[Speech/Voice recognition/combine2324234234

Description: VC音频采集程序,可以实现类似windows的音频采集-VC Audio Capture program, you can achieve a similar windows of audio capture
Platform: | Size: 192512 | Author: zhang | Hits:

[.netDirectX.Capture.chm

Description: 用于.net平台音视频开发的组件--DirectX.Capture的帮助文档(英文版)-Used. Net platform for the development of audio and video components- DirectX. Capture the help documentation (English)
Platform: | Size: 74752 | Author: 周云锋 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 20 »

CodeBus www.codebus.net